Color Javascript

Description

Specify JavaScript for setting the control's color.

Discussion

Your code can reference 'value' - the value of the number shown in the control.

Your code must return the color to show as an array with one element.

For example:

Example

return ['blue'];

See Also